@import url('https://fonts.googleapis.com/css2?family=Alegreya+SC:ital,wght@0,400;0,700;1,400;1,700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    background: rgb(251, 230, 230);
    font-family: 'Alegreya SC', serif;
}

.container {
   max-width: 1600px;
    margin: 0 auto;
}

nav {
    width: 100%;
    min-width: 500px;
    height: 80px;
    overflow-x: scroll;
    white-space: nowrap;
}

.row {
    display: block;
}

.row::after {
    content: "";
    display: block;
    clear: both;
}

.header {
    height: 80px;
    background: rgb(251, 230, 230);
}

.logotype {
    max-width: 230px;
    position: relative;
    top: 10px;
}

.menu {
    height: 80px;
    background: #ffffff;
    margin-bottom: 20px;
    line-height: 80px;
}

.link-menu {
    display: inline-block;
    padding: 0 20px;
    color: #EF666A;
    text-decoration: none;
    transition: background 0.5s;
}

.link-menu:hover {
    background: #EF666A;
    color: white;
}

.content {
    padding: 40px;
    background: white;
}

.content p {
    margin-bottom: 20px;
}

.page-title {
    margin-bottom: 10px;

}

blockquote {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left-color: rgb(95, 95, 95);
    border-left-width: 5px;
    border-left-style: solid;
    padding-left: 20px;
    font-style: italic;
}


hr {
    margin: 20px 0;
}

.v1{
    max-width: 400px;
    height: auto;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}


.text{
    font-size: 20px;
    line-height: 1.2;
    text-indent: 20px;
}

.content1{
    padding: 40px;
    background: #ffffff;
    
}

.text1{
    font-size: 20px;
    line-height: 1.45;
    text-indent: 20px;
    color:#EF666A;
}

.s1{
    max-width: 450px;
    height: auto;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}


.button {
    background-color: #EF666A;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    width: 10px;
    height: 10px;
    text-decoration: none;
    }

.icon-btn {
    height: 20px;
    margin-left: 10px;
    vertical-align: middle;
}
    

.gif{
    max-width: 400px;
    height: 200px;
    margin-left: 10px;
}


.fixed {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border-style: solid;
    border-width: 10px;
    border-color: #ef666b89;
    color: #ef666b89;
    font-size: 50px;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
    position: fixed;
    right: 5%;
    bottom: 5%;
    z-index: 10;
    text-decoration: none;
}

table.table{
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	height: auto;
}
table.iksweb,table.iksweb td, table.iksweb th {
	border: 1px solid #595959;
}
table.iksweb td,table.iksweb th {
	padding: 3px;
	width: 30px;
	height: 35px;
}
table.iksweb th {
	background: #000000; 
	color: #fff; 
	font-weight: normal;
}

table.iksweb{
    text-decoration: none;
    border-collapse:collapse;
    width:100%;
    text-align:center;
}

table.iksweb th{
    font-weight:normal;
    font-size:16px; 
    color:#ffffff;
    background-color:#000000;
}


table.iksweb td{
    font-size:16px;
    color:#000000;
}

table.iksweb td,table.iksweb th{
    white-space:pre-wrap;
    padding:10px 5px;
    line-height:13px;
    vertical-align: middle;
    border: 1px solid #000000;
}

table.iksweb tr:hover{
    background-color:#f9fafb
}


table.iksweb tr:hover td{
    color:#000000;
    cursor:default;
}

.button{
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background-color: #EF666A;
    border-radius: 2px;
}

.button:hover {
    background: rgb(255, 255, 255);
    color: #EF666A;
}

.buy{
    max-width: 100%;
    height: auto;
    margin-bottom: 50px;
    margin-right: 50px;
}


.buy2{
    max-width: 100%;
    height: auto;
    margin-bottom: 50px;
    margin-right: 50px;
}

